ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Fraction<T> Structure / Fraction<T> Constructor / Fraction<T> Constructor(T)
A T that indicates the number written above the line in a common fraction to indicate the number of parts of the whole.

In This Topic
    Fraction<T> Constructor(T)
    In This Topic
    Initializes a new instance of Fraction<T> structure with the specified numerator and denominator.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal numerator As T _
    )
    public Fraction<T>( 
       T numerator
    )

    Parameters

    numerator
    A T that indicates the number written above the line in a common fraction to indicate the number of parts of the whole.
    See Also